object FormChsTree: TFormChsTree Left = 200 Top = 108 Width = 333 Height = 131 Caption = 'Choose viewed tree' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ComboChsTree: TComboBox Left = 24 Top = 32 Width = 273 Height = 21 ItemHeight = 13 TabOrder = 0 end object Button1: TButton Left = 64 Top = 64 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 176 Top = 64 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = Button2Click end end